edge following

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

Edge following occurs after edge detection in a computer vision pipeline. When one or more pixel or point in an image have been identified as potentially liying in an edge, neighbouring pixels are examined to see if they can be included in the same edge – that is edge detection labels points as being potentially on an edge, whereas edge following turns these into (often curvy) lines.

Defined on page 259

Used on Chap. 12: pages 258, 259, 285

Following edges.